[INFO] cloning repository https://github.com/1chimaruGin/bsc-mempool
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/1chimaruGin/bsc-mempool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1chimaruGin%2Fbsc-mempool", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1chimaruGin%2Fbsc-mempool'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a7deda7bfea0d9feb6f4c873f3bcc5b9ef9664fc
[INFO] testing 1chimaruGin/bsc-mempool against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1chimaruGin%2Fbsc-mempool" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/1chimaruGin/bsc-mempool
[INFO] finished tweaking git repo https://github.com/1chimaruGin/bsc-mempool
[INFO] tweaked toml for git repo https://github.com/1chimaruGin/bsc-mempool written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/1chimaruGin/bsc-mempool on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/1chimaruGin/bsc-mempool already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded konst_macro_rules v0.2.19
[INFO] [stderr]   Downloaded interprocess v2.4.2
[INFO] [stderr]   Downloaded nybbles v0.4.7
[INFO] [stderr]   Downloaded alloy-consensus v2.0.4
[INFO] [stderr]   Downloaded alloy-rpc-types-any v2.0.4
[INFO] [stderr]   Downloaded alloy v2.0.4
[INFO] [stderr]   Downloaded metrics v0.24.5
[INFO] [stderr]   Downloaded time v0.3.45
[INFO] [stderr]   Downloaded alloy-contract v2.0.4
[INFO] [stderr]   Downloaded time-core v0.1.7
[INFO] [stderr]   Downloaded alloy-pubsub v2.0.4
[INFO] [stderr]   Downloaded alloy-eip7928 v0.3.7
[INFO] [stderr]   Downloaded alloy-rpc-client v2.0.4
[INFO] [stderr]   Downloaded konst v0.2.20
[INFO] [stderr]   Downloaded metrics-util v0.20.3
[INFO] [stderr]   Downloaded serde_with_macros v3.17.0
[INFO] [stderr]   Downloaded alloy-tx-macros v2.0.4
[INFO] [stderr]   Downloaded alloy-consensus-any v2.0.4
[INFO] [stderr]   Downloaded const-hex v1.19.0
[INFO] [stderr]   Downloaded alloy-transport v2.0.4
[INFO] [stderr]   Downloaded alloy-signer v2.0.4
[INFO] [stderr]   Downloaded alloy-json-rpc v2.0.4
[INFO] [stderr]   Downloaded tower-http v0.6.10
[INFO] [stderr]   Downloaded metrics-exporter-prometheus v0.17.2
[INFO] [stderr]   Downloaded const_format v0.2.36
[INFO] [stderr]   Downloaded alloy-provider v2.0.4
[INFO] [stderr]   Downloaded time-macros v0.2.25
[INFO] [stderr]   Downloaded alloy-network-primitives v2.0.4
[INFO] [stderr]   Downloaded serde_with v3.17.0
[INFO] [stderr]   Downloaded alloy-network v2.0.4
[INFO] [stderr]   Downloaded alloy-serde v2.0.4
[INFO] [stderr]   Downloaded alloy-eips v2.0.4
[INFO] [stderr]   Downloaded alloy-genesis v2.0.4
[INFO] [stderr]   Downloaded alloy-transport-ipc v2.0.4
[INFO] [stderr]   Downloaded doctest-file v1.1.1
[INFO] [stderr]   Downloaded sha3 v0.10.9
[INFO] [stderr]   Downloaded alloy-rpc-types-eth v2.0.4
[INFO] [stderr]   Downloaded lru v0.16.4
[INFO] [stderr]   Downloaded alloy-rpc-types v2.0.4
[INFO] [stderr]   Downloaded alloy-transport-http v2.0.4
[INFO] [stderr]   Downloaded alloy-chains v0.2.34
[INFO] [stderr]   Downloaded alloy-transport-ws v2.0.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e3cc5a8d50815861b98c11951ef40d7fdbfbf8e849ff8edfc44887788780c9ae
[INFO] running `Command { std: "docker" "start" "-a" "e3cc5a8d50815861b98c11951ef40d7fdbfbf8e849ff8edfc44887788780c9ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3cc5a8d50815861b98c11951ef40d7fdbfbf8e849ff8edfc44887788780c9ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3cc5a8d50815861b98c11951ef40d7fdbfbf8e849ff8edfc44887788780c9ae", kill_on_drop: false }`
[INFO] [stdout] e3cc5a8d50815861b98c11951ef40d7fdbfbf8e849ff8edfc44887788780c9ae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3e52727766ee6d3398a297d40f4dd7d2bb5c43cd560ad2cc29f63681113c12fb
[INFO] running `Command { std: "docker" "start" "-a" "3e52727766ee6d3398a297d40f4dd7d2bb5c43cd560ad2cc29f63681113c12fb", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling alloy-rlp-derive v0.3.15
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling syn-solidity v1.5.7
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling const-hex v1.19.0
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling macro-string v0.1.4
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling futures-utils-wasm v0.1.0
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling bimap v0.6.3
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling pin-project-internal v1.1.12
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling sha3 v0.10.9
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling doctest-file v1.1.1
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling rapidhash v4.4.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling pin-project v1.1.12
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr] error: could not compile `futures-util` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/cced03bfd61a304243a34504618ecec86c17063f/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=042d0421f3fc65ef -C extra-filename=-4f8a7f09f0b25ffa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-269d605913ea0ccb.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-f0387e1e69ce8814.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-9bc2d3828d4ba8af.rmeta --extern futures_macro=/opt/rustwide/target/debug/deps/libfutures_macro-497fa74e1fd189b0.so --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-97e10fe82c3fc434.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-eafdccc31efa9d5a.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-9b3f20cfb3ebd3b2.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-8a799ba8b4537fa2.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-e253d0c0a7952806.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3e52727766ee6d3398a297d40f4dd7d2bb5c43cd560ad2cc29f63681113c12fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e52727766ee6d3398a297d40f4dd7d2bb5c43cd560ad2cc29f63681113c12fb", kill_on_drop: false }`
[INFO] [stdout] 3e52727766ee6d3398a297d40f4dd7d2bb5c43cd560ad2cc29f63681113c12fb
